VERSION 5.00 Begin VB.Form frmSelectAll BackColor = &H80000012& BorderStyle = 1 'Fixed Single Caption = "Select All" ClientHeight = 1995 ClientLeft = 4335 ClientTop = 2400 ClientWidth = 2190 Icon = "frmSelectAll.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 1995 ScaleWidth = 2190 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 240 TabIndex = 1 Top = 1440 Width = 1695 End Begin VB.Label Label1 BackColor = &H80000012& Caption = " This command highlights all of the objects in a certain area so you can copy or cut them." ForeColor = &H000000FF& Height = 975 Left = 120 TabIndex = 0 Top = 240 Width = 1935 End Attribute VB_Name = "frmSelectAll" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmSelectAll.Hide frmEdit.Show End Sub